home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 February / INTERNET114.ISO / pc / software / windows / building / ace_html / acehtml5free.exe / setup.exe / %AppDir% / scriptdef / Up-Down Box.sd < prev    next >
Encoding:
INI File  |  2003-10-03  |  449 b   |  21 lines

  1. [SUBJECT]
  2. Description=Allows you to increase and decrease the value in a textbox
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6. [BODY_TEXT]
  7. ;<div align="center">
  8. ;<form>
  9. ;<input type="text" name="amount" value="`Initial_Value`">
  10. ;<input type="button" value="up" onClick="javascript:this.form.amount.value++;">
  11. ;<input type="button" value="down" onClick="javascript:this.form.amount.value--;">
  12. ;</form>
  13. ;</div>
  14. ;
  15.  
  16. [`Initial_Value`]
  17. Kind=S
  18. Value=6
  19.  
  20.  
  21.